home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TFULLSTATSFORM / TFULLSTATSFORM.txt
Text File  |  2006-01-06  |  3KB  |  135 lines

  1. object FullStatsForm: TFullStatsForm
  2.   Left = 336
  3.   Top = 297
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Statystyki og'#243'lne'
  7.   ClientHeight = 321
  8.   ClientWidth = 470
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 470
  25.     Height = 321
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 16
  30.       Top = 24
  31.       Width = 67
  32.       Height = 13
  33.       Caption = 'Statystyki od:'
  34.     end
  35.     object OdLabel: TLabel
  36.       Left = 152
  37.       Top = 24
  38.       Width = 7
  39.       Height = 13
  40.       Caption = '0'
  41.       Font.Charset = EASTEUROPE_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'Tahoma'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object Label2: TLabel
  49.       Left = 16
  50.       Top = 72
  51.       Width = 126
  52.       Height = 13
  53.       Caption = #346'rednio wiadomo'#347'ci/dzie'#324':'
  54.     end
  55.     object SNaDzienLabel: TLabel
  56.       Left = 152
  57.       Top = 72
  58.       Width = 7
  59.       Height = 13
  60.       Caption = '0'
  61.       Font.Charset = EASTEUROPE_CHARSET
  62.       Font.Color = clWindowText
  63.       Font.Height = -11
  64.       Font.Name = 'Tahoma'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 48
  71.       Width = 103
  72.       Height = 13
  73.       Caption = 'Wys'#322'ane wiadomo'#347'ci:'
  74.     end
  75.     object WyslaneLabel: TLabel
  76.       Left = 152
  77.       Top = 48
  78.       Width = 7
  79.       Height = 13
  80.       Caption = '0'
  81.       Font.Charset = EASTEUROPE_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'Tahoma'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object Label4: TLabel
  89.       Left = 16
  90.       Top = 96
  91.       Width = 103
  92.       Height = 13
  93.       Caption = 'Wys'#322'ane wiadomo'#347'ci:'
  94.     end
  95.     object ZamknijBtn: TButton
  96.       Left = 384
  97.       Top = 288
  98.       Width = 75
  99.       Height = 25
  100.       Cancel = True
  101.       Caption = 'Zamknij'
  102.       Default = True
  103.       ModalResult = 2
  104.       TabOrder = 0
  105.     end
  106.     object OdbiorcyList: TValueListEditor
  107.       Left = 16
  108.       Top = 112
  109.       Width = 441
  110.       Height = 161
  111.       Color = 15724527
  112.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
  113.       ScrollBars = ssVertical
  114.       Strings.Strings = (
  115.         '=')
  116.       TabOrder = 1
  117.       TitleCaptions.Strings = (
  118.         'Odbiorca'
  119.         'Ilo'#347#263' wiadomo'#347'ci')
  120.       ColWidths = (
  121.         285
  122.         150)
  123.     end
  124.     object ClearStats: TButton
  125.       Left = 16
  126.       Top = 288
  127.       Width = 115
  128.       Height = 25
  129.       Caption = 'Wyczy'#347#263' statystyki'
  130.       TabOrder = 2
  131.       OnClick = ClearStatsClick
  132.     end
  133.   end
  134. end
  135.